home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / blckade.exe / SIGNATUR.H < prev    next >
Text File  |  1992-07-06  |  339b  |  14 lines

  1.  
  2. /*  Mon Jul 06 09:50:31 1992  */ 
  3.  
  4. int blk_user_data_size = 0;
  5.  
  6. #define  SIG_AR_SIZE  18
  7.  
  8. unsigned char sig_array[SIG_AR_SIZE] = { 
  9. 'c','h','k','_','s','i','g','n','a','t','u','r','e',  /* the signature */ 
  10.    0,   0,  18,   0,  20    /*--- 13 ---*/
  11.  }; 
  12.  
  13. unsigned long (*blkfunc)( char *, int, unsigned long) =  chksum32 ; 
  14.